AddRange Method

Summary
Appends an array of cobb-angle objects to the collection.
Syntax
C#
VB
C++
public override void AddRange( 
   ICollection<MedicalViewerCobbAngle> cobbAngleArray 
) 
  
Public Overrides Sub AddRange( _ 
   ByVal cobbAngleArray As ICollection(Of MedicalViewerCobbAngle) _ 
)  
            public: 
void AddRange(  
   ICollection<MedicalViewerCobbAngle^>^ cobbAngleArray 
) override  

Parameters

cobbAngleArray
An array of MedicalViewerCobbAngle that represents the items to be appended.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.